From 7866d4ba21186bb602afd0a716c774fd86f7b2ef Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 3 Oct 2014 23:20:18 -0400 Subject: [PATCH] Remove an unused variable --- gtk/gtkfilesystem.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtkfilesystem.c b/gtk/gtkfilesystem.c index 12e3c8eab3..772618f3d0 100644 --- a/gtk/gtkfilesystem.c +++ b/gtk/gtkfilesystem.c @@ -87,7 +87,6 @@ struct AsyncFuncData GtkFileSystem *file_system; GFile *file; GCancellable *cancellable; - gchar *attributes; gpointer callback; gpointer data; @@ -393,7 +392,6 @@ free_async_data (AsyncFuncData *async_data) g_object_unref (async_data->file); g_object_unref (async_data->cancellable); - g_free (async_data->attributes); g_free (async_data); } -- 2.30.2